Case Study: How does a bike-share navigate speedy success?

Image by Freepik

In this case study we will work for a fictional company, Cyclistic, a bike-share company in Chicago. For the director of marketing of the company’s, future success depends on maximizing the number of annual memberships. Therefore, rather than creating a marketing campaign that targets all-new customers, the director of marketing believes there is a very good chance to convert casual riders into members.

Source: Link

In order to help the company design a new marketing strategy to convert casual riders into annual members, some questions need to be answered

  1. How do annual members and casual riders use Cyclistic bikes differently?
  2. Why would casual riders buy Cyclistic annual memberships?
  3. How can Cyclistic use digital media to influence casual riders to become members?

This case study will focus on the first question.

1. Business task

The objective is to analyze and compare the usage habits of annual members and casual riders of Cyclistic bicycles in order to identify differences in their behavior and preferences. The goal is to gain insights that can be used to design effective marketing strategies to convert casual cyclists into annual members. By understanding the key factors that influence user behavior and preferences, Cyclistic can tailor its marketing efforts to better meet the needs of casual cyclists and encourage them to become long-term loyal customers.

2. Description of data sources

The data used in this study are Cyclistic’s historical trip data. The initial case study suggests to get only the previous 12 months trips data but we will consider all data (from January 2015 to March 2023). This could give more insights regarding changes over years.

There are several csv files containing trips data (seen list sata sets here). The name of variables are not consistent across all data sets but they contain similar information. The information that can be found in these data sets are:

  • trip_id: ID attached to each trip taken
  • start_time: day and time trip started, in CST
  • stop_time: day and time trip ended, in CST
  • bikeid: ID attached to each bike
  • tripduration: time of trip in seconds
  • from_station_name: name of station where trip originated
  • to_station_name: name of station where trip terminated
  • from_station_id: ID of station where trip originated
  • to_station_id: ID of station where trip terminated
  • usertype: “Customer” is a rider who purchased a 24-Hour Pass; “Subscriber” is a rider who purchased an Annual Membership
  • gender: gender of rider

3. Summary of analysis

Key Findings

  • Casual and member customers have approximately the same number of rides on weekends (Saturday and Sunday) but member customers initiate up to two times more rides than casual on working days
  • Rides initiated by casual customers tend to last much longer (more than 1 to 2 times longer on average) than rides initiated by member customers
  • The difference discovered in the duration of rides of cusual and member customers was tested and found significant with more than 99.99% of confidence
  • The Streeter Dr & Grand Ave’ station is mostly used by casual customers as starting location while the Linton St & Washington Blvd’ station is mostly used by member customers
  • Classic bikes are the most frequently used bikes by both customers but they all use docked bikes for longer rides
  • Casual customers use classic bikes more often than member customers
  • Member customers use electric bikes more often than casual customers

1. In general

After the analysis, the average ride time for casual riders was found to be 40.03 minutes, which is more than double the average ride length for members, which was 15.35 minutes. However, we also observed that 50% of casual riders spend at least 21 minutes per trips, while 75% of annual subscribers spend a maximum of 18 minutes. This indicates that rides include some very lengthy casual rides, but the majority of the trips are significantly shorter.

Further, we observed that the longest ride length for casual bikers was 238,940 minutes, which is more than 165 days, while the longest ride length for members was 225,960 minutes (about 157 days), which is also a considerable duration. Both casual and member groups had riding times less than 5 minutes, suggesting that some rides were cut short for various reasons. These findings suggest that our dataset has a wide range of ride lengths, with some being very short and some being remarkably long.

After removing the outliers from the dataset, we also observed from the below boxplot that the ‘member’ subscription type of customers tend to use the bikes for shorter trips compared to the ‘casual’ customers. However, we need to test this difference by conducting statistical tests.

2. Annual

Overall, the number of bike rides each year is decreasing. However, it is worth noting that consumers with yearly subscriptions (‘members’) regularly take more bike journeys than casual customers over the course of the study.

From 2015 to March 2023, the average trip duration for ‘member’ customers does not show significant variation compared to ‘casual’ customers. However, ‘casual’ customers consistently use the bikes for much longer trips than ‘member’ customers, with trip duration ranging from 53% to 73% longer. This finding could suggest that casual customers may use the bikes for leisure or recreational purposes, while members may use them for more utilitarian purposes such as commuting. It also raises questions about the pricing structure and value proposition for casual customers, who may be paying more per trip compared to members but may not be utilizing the service as frequently. Further analysis of customer behavior and preferences could provide insights into potential strategies for increasing casual customer engagement and loyalty.

3. Monthly

According to the data, there appears to be a trend in the number of bike rides taken by customers over the months, with a normal distribution for both casual and annual subscribers (‘member’). However, since 2015, there is a clear indication that annual subscribers have been taking more trips per month compared to casual customers.

Moreover, there is a significant difference in the average trip duration between the two types of customers on a monthly basis. While casual customers consistently take longer bike trips compared to annual subscribers, there has been a slight decrease in the average duration over time.

To be precise, the average time spent on monthly trips by casual customers is more than double the average time spent by annual subscribers. These insights could be useful for our company to better understand the usage patterns of their customers and inform pricing strategies or marketing campaigns.

4. Daily

From 2015 to March 2023, casual customers have been using the bikes for longer than member customers. However, it’s worth noting that casual and member customers tend to use bikes at the same rate during weekends (Saturday and Sunday). But, during working days, member customers use the bikes one to two times more frequently than casual customers.

Despite this, the average time spent for daily trips by casual customers is more than double the average time spent by member customers. These findings suggest that there may be different usage patterns and needs for the two customer types, which could inform decisions around bike availability and pricing strategies.

5. Testing the difference of trips duration between casual and member customers

The difference in the duration of trips between casual and member customers is statistically 
significant with 99.99% confidence.

The analysis have shown a clear difference between casual and member customers when it comes to the duration of their rides. In this section we’ll use statistical tests to evaluate the significance of this difference. The tests will be on central tendencies such as means or medians.

The question we’re trying to answer here is: Is there a significant difference in the duration of the trips between the two categories of customers (casual and member)? The results of different tests conducted are summarized in the bellow table.

Test Results
Test H0 Alpha P_value Reject_H0
Levene - Homogeneity of variance variance in casual group is equal (statistically) to variance in member group 0.05 p-value < 1e-05 Yes (99.99%)
Shapiro - normality of distribution - casual customers The data are normally distributed 0.05 p-value < 1e-05 Yes (99.99%)
Shapiro - normality of distribution - member customers The data are normally distributed 0.05 p-value < 1e-05 Yes (99.99%)
T-Test - Equality of means averages trips duration for casual and member customers are not statistically different 0.05 p-value < 1e-05 Yes (99.99%)
Wilcoxon rank-sum test - Equality of medians median value of trips duration for ‘casual’ and ‘member’ customers are not statistically different 0.05 p-value < 1e-05 Yes (99.99%)

We’ve decided to run a T-Test (Student test) to compare the average trip duration of casual and member customers.

First, we ran a homogeneity of variance test to check if the variances of the data were not statistically different in both groups. The result was not in our favor, and we had to reject the null hypothesis with more than 99.99% confidence. Next, we ran a normality test, which showed that the duration of the rides for both categories was not normally distributed. The results of these these two violate the assumptions of a T-Test. These violations of assumptions were taken into account before proceeding with the T-Test.

Despite the violated assumptions, we decided to conduct a T-Test, which resulted in rejecting the null hypothesis with more than 99.99% confidence. This means that there is a statistically significant difference in the average duration of trips between the two categories of customers. However, it was crucial to note that the assumptions for the T-Test were violated, therefore alternative tests are needed to add credit to this conclusion.

Finally, we decided to go for a non-parametric test (no assumptions are required) called the Wilcoxon rank-sum, which tests the equality of medians. The result was in our favor as we had to reject the null hypothesis with more than 99.99% confidence. Thus, we concluded that the difference in the duration of trips between casual and member customers was statistically significant, regardless of the type of test used.

6. Top 5 starting stations by customers type (members vs casual users)

There is a clear difference between casual and member customers in terms of starting station. Most casual riders start their trips at the Streeter Dr & Grand Ave’ station (457,718 trips), with more than 2 times the number of started rides by member customers (124,443 trips). In the other hand member customers mostly go to the Clinton St & Washington Blvd’ station to pick up a bike for their trip. However their number of rides (278,769 trips) less differ from the one of casual customers as it is just 0.92 times higher than the number of rides of casual customers.

7. Bikes preference by customers type

The most frequently used bikes among all customers are classic bikes, accounting for approximately 44.59% of all trips. Since 2020, customers with annual subscriptions have been using classic bikes more frequently, making up 60.78% of all trips. The use of docked bikes is quite similar for both customer types, with casual riders accounting for 50.46% of trips made with these bikes.

One finding is that there is a difference in the preferred bike type between casual riders and customers with annual subscription. Casual riders tend to use docked bikes more frequently than electric bikes, while customers with annual subscription tend to use electric bikes more frequently than docked bikes even if both tend to use classic bikes much more often than the others type of bikes.

More analysis is needed in order to determine if is really a matter of preference of availability.

In terms of trip duration, no matter which type of bike is considered, casual customers tend to use them much longer during each ride than customers with annual subscriptions. Indeed, casual riders use docked bikes at least two times longer than member customers (67 versus 18 minutes) , while classic and electric bikes have average trip duration of 31 and 20 minutes, respectively.

Electric bikes are used for shorter trips by both casual and member customers, which could be attributed to the battery life, even though most electric bikes can still be used as classic bikes with low battery power. Further analysis could be done to investigate the reason behind this difference in duration among bike types.

4. Recommendations for an effective marketing strategy

Based on the results of the analysis, here are nine recommendations for designing marketing strategies aimed at converting casual riders into annual members:

  • Offer promotions and discounts for annual memberships during weekdays: Member customers tend to use the bikes more often. This can encourage casual riders to become members and take advantage of the benefits of more frequent rides during weekdays.

  • Promote the benefits of annual membership for weekend riders: Although casual and member customers have similar number of rides during weekends, annual members have more flexibility to take longer trips without worrying about extra fees. Marketing campaigns should emphasize this benefit to encourage casual riders to become annual members.

  • Offer incentives to encourage casual riders to use docked bikes more often: Since casual riders account for the majority of trips made with docked bikes, incentives such as discounts or free rides can encourage them to become more loyal customers and potentially convert to annual members.

  • Focus marketing efforts on promoting the benefits of using bikes from different starting stations: Since casual customers tend to use a specific starting station much more often, marketing campaigns should focus on the benefits of exploring different areas and using bikes from different starting stations. This can encourage casual riders to become more adventurous and potentially become annual members.

  • Highlight the cost savings of annual memberships for frequent riders: The analysis shows that casual riders tend to use bikes for longer duration than annual members. Promoting the cost savings of an annual membership for frequent riders can encourage casual riders to become members and take advantage of the cost savings for longer trips.

  • Offer membership trial periods: The company can offer casual riders the chance to try out the annual membership for a certain period of time (e.g. a week or a month) to see if they would benefit from the service. This can help to increase the number of annual members by giving casual riders a chance to experience the benefits of an annual membership without committing to it fully.

  • Create a community for annual members: Since annual members tend to be more frequent users of the service, the company can create a community for them to promote social interaction and encourage them to use the service more often. This can help to increase their loyalty to the service and encourage casual riders to convert to annual members.

5. For further analysis

Further data collection analysis can be conducted in order to have a better understanding of the customers and increase annual subscription while providing a better service to customers:

  • Conduct a quick survey to understand more the reason to of choosing (or not) annual subscription and what they use the bikes for.
  • Conduct a neighborhood analysis around different stations as well as between start and end stations?